type github.com/jackc/pgx/v5.copyFromRows

5 uses

	github.com/jackc/pgx/v5 (current package)
		copy_from.go#L16: 	return &copyFromRows{rows: rows, idx: -1}
		copy_from.go#L19: type copyFromRows struct {
		copy_from.go#L24: func (ctr *copyFromRows) Next() bool {
		copy_from.go#L29: func (ctr *copyFromRows) Values() ([]any, error) {
		copy_from.go#L33: func (ctr *copyFromRows) Err() error {